home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr28 / xren.zip / XREN.DOC next >
Text File  |  1992-01-29  |  1KB  |  35 lines

  1. XREN.EXE - rename invalid directory/file names
  2.  
  3. Author: Wolfgang Schreiber
  4.  
  5. XREN is a DOS tool that allows to rename weird directories or 
  6. files on NetWare 386.
  7.  
  8.    - The best way to do so is by accessing the file/dir from a Mac 
  9.      workstation (Unix might also help).   If these are not available, 
  10.      follow the procedures described below. 
  11.  
  12.    - Invalid names include names longer than 8.3 characters, invalid 
  13.      characters, weird names (e.g. 'A.B.C' or '.BAK').
  14.  
  15.    - XREN uses the CLIB Mac/AFP calls to access invalid directory names. 
  16.  
  17.  
  18. Procedure:
  19.  
  20.    - Create a verified backup of your server (hopefully not needed)
  21.  
  22.    - add the Mac Name Space to the volume in question (if not yet 
  23.      available. Before doing so be sure to have some available (ca. 
  24.      2%) free volume disk space. See your manual for details)
  25.      This is done by 2 commands:
  26.         LOAD MAC
  27.         ADD NAME SPACE MAC TO <volume name>
  28.  
  29.    - call XREN.EXE  (syntax is displayed when entered without parameters)
  30.      Syntax:   XREN  <NWpath>  <oldname>  <newname>
  31.      e.g.  "XREN  VOL1:TEST  .BAK  XYZ.BAK"      (case sensitive !!!)
  32.    
  33.    - Optional:  Remove the Mac Name Space by running VREPAIR.NLM
  34.  
  35.